[biztalk2006]can not decode base64 to xml plain text
Posted
by
user622851
on Stack Overflow
See other posts from Stack Overflow
or by user622851
Published on 2011-11-28T09:47:07Z
Indexed on
2011/11/28
9:50 UTC
Read the original article
Hit count: 136
biztalk2006r2
I use biz2006 + rosettaNet as our EDI solution. Now I meet a issue that, when a partner send pip to us, the content(base64 encoded) could not been converted to XML plain text.
Here're content of the pip we received.
MIME-Version: 1.0
Content-Type: application/xml; charset="UTF-8"; RNSubType=service-header`
Content-Transfer-Encoding: base64
Content-ID: 3e10e7db96b84cafbee51e66e020729f
Content-Description: body
Content-Disposition: attachment; filename="Attachment1"
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgU2VydmljZUhl
...==
I find a working format as below
Content-Transfer-Encoding: binary
<?xml version="1.0" encoding="UTF-8"?>
Anyone could tell we how to solve the issue?
Any suggestion is appreciated.
Thanks.
© Stack Overflow or respective owner